pp108 : Get Method Name

Get Method Name

It denotes the name of the Get method attached to the model. By default, the model sends Get method request to the application service if the Next method is not specified.

Syntax

Designtime

This is a design-time property and can be set through the property sheet of the model.

Remarks

This property is used to specify the ID of the method that the you want the model to use for fetching a single business object from the database.
A model can be specified with three methods - Get, Next, and Previous. You can use the lookup button of the corresponding field to specify each method.
The Next and Previous methods are used for navigation of business objects. If the Next method is specified in the model properties, its request will be sent to the application service by default. If it is not available, then the Get method will be executed by default when the form loads.

Applies to

Model

Related reference

getMethodRequest()
setMethodRequest()